Thanks for the help but it doesn't seem to work.
I attached the script below to the OnBlur event for said box but it still retains the previous value.
function ClearNumericTextBox(sender, args) {
if (sender.get_value() == "")
sender.clear();
}
Any other suggestions?