str = "reg123er"; trace(isNaN(parseFloat(str))); // true str = "-200"; trace(isNaN(parseFloat(str))); // false