if (float(var) == var) { // we have a number.}
function onCreated(){ var = "test"; if (float(var) == var) echo(var @ " is a number.");}