25.103. ISNUMERIC

[<<<] [>>>]

This function can be used to determine whether an expression is numeric (real or integer) or some other type of value. If the argument is a real or an integer then the function returns true, otherwise the function returns false.

See also ISARRAY, ISSTRING, ISINTEGER, ISREAL, ISDEFINED, ISUNDEF, ISEMPTY, TYPE.


[<<<] [>>>]