Hello.
You can just include the image in a table environment.
\begin{table}
\includegraphics[width=\linewidth]{mygraphic}
\caption{This is a table.}
\end{table}
The only difference between the table and figure environments is how
the captions are labeled and which listing they appear in. The
environments don't really care what their contents are.
--Kevin Godby