Form validation when the field is optional

I am working on a form where the phone number is optional. What is the best practice regarding a validation mechanism that checks if it's a correct phone number (over 10 digits):

  1. No form of validation for an optional item
  2. Use validation once the field is not empty
  3. "Optional" validation - Are you sure you want to submit this? It doesn't seem like a correct number