I ended up being able to fix this by changing the extension to .txt using
system(['rename ' oldname ' ' newname.txt]);
since they really were text files with different extensions this allowed me to import them without issue.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!