
Responder1
A IEEEtran
classe document emprega Times Roman como fonte de texto padrão e Computer Modern como fonte matemática padrão. Agora, Times Roman e Computer Modern não combinam muito bem, visualmente falando.
Como @JasperHabicht já sugeriu, você deve considerar carregar um pacote que newtxmath
use Times Roman também para material em modo matemático.
\documentclass[lettersize,journal]{IEEEtran}
\usepackage{newtxtext,newtxmath}
\begin{document}
123456789 text mode
$123456789$ math mode
\end{document}