This function can be used to determine whether an expression is defined or undefined (aka undef). If the argument is a defined value then the function returns true, otherwise the function returns false.
This function is the counter function of ISUNDEF.
See also ISARRAY, ISSTRING, ISINTEGER, ISREAL, ISNUMERIC, ISUNDEF, ISEMPTY, TYPE.