Right now this is displaying 0 if it is a number, but based on the name of the UDF, would it make more sense to output a 1 if its a number?

For example
Code:

if isnumeric(5)
"its a number"
else
"not a number"
endif