isnumeric

Type: External

Group: general

Syntax

answer = isnumeric(value)

Description

Returns 1 if the first operand is a number, else it returns 0.

Notes

.

Examples

isnumeric(2) = 1
isnumeric("test") = 0

See Also

ismatrix, isscalar, isprime, issquare