I\'m hoping there\'s something in the same conceptual space as the old VB6 IsNumeric() function?
IsNumeric()
parseInt(), but be aware that this function is a bit different in the sense that it for example returns 100 for parseInt("100px").